home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / telecomm / bbs / wwbbs26.lha / WWBBS / FileBase.doc < prev    next >
Encoding:
Text File  |  1995-01-29  |  1.8 KB  |  107 lines

  1. World Wide BBS 2.6 (28.1.95)
  2. Copyright © 1995 Arthur Choung
  3. ---
  4.  
  5.      These commands are WWBBS specific.  They can be used in REXX files
  6. like ABBEREXX commands and also in MenuPrefs.  Here they are:
  7.  
  8.      InitFileGlobal
  9.  
  10.           Creates a new global file in the user's home directory so that
  11.           all file bases marked as Auto Join are joined.
  12.  
  13.      EditFileSearchPatterns
  14.  
  15.           Edits file search patterns.
  16.  
  17.      JoinFileArea
  18.  
  19.           Join/unjoin current file area in global list.
  20.  
  21.      ChangeFileArea
  22.  
  23.           Change file area/directory.
  24.  
  25.      ParentFileArea
  26.  
  27.           Change to parent file area.
  28.  
  29.      NextFileArea
  30.  
  31.           Change to next file area.
  32.  
  33.      PreviousFileArea
  34.  
  35.           Change to previous file area.
  36.  
  37.      NextFile
  38.  
  39.           Read next file.  If it doesn't exist it will search for the next
  40.           area with new files.
  41.  
  42.      CurrentFile
  43.  
  44.           Redisplay current file.
  45.  
  46.      PreviousFile
  47.  
  48.           Read previous file.
  49.  
  50.      JumptoFile
  51.  
  52.           Jump to file #.
  53.  
  54.      SearchNextFile
  55.  
  56.           Search for next file that matches pattern set in
  57.           EditFileSearchPattern.
  58.  
  59.      CatchupFiles
  60.  
  61.           Mark all files as read.
  62.  
  63.      Upload
  64.  
  65.           Upload file(s).
  66.  
  67.      Download
  68.  
  69.           Download tagged files, or current file.
  70.  
  71.      ClearFileTagList
  72.  
  73.           Clear file tag list.
  74.  
  75.      EditFileTagList
  76.  
  77.           Edit file tag list.
  78.  
  79.      TagFile
  80.  
  81.           Tag/untag current file.
  82.  
  83.      ViewArchive
  84.  
  85.           Views current file archive if configured in ArchiverPrefs.
  86.  
  87.      ReadTextFile
  88.  
  89.           Reads current file if it is a text file.
  90.  
  91.      UploadFromDisk
  92.  
  93.           Upload files that are already on the hard disk.
  94.  
  95.      KillFile
  96.  
  97.           Kills current file.
  98.  
  99.      MoveFile
  100.  
  101.           Moves current file to specified directory.
  102.  
  103.      EditFileDescription
  104.  
  105.           Edits the current file's description.
  106.  
  107.